C# multiple button click event to textbox

58

C# multiple button click event to textbox -

textBox1.Text += (sender as Button).Text;

Comments

Submit
0 Comments